home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
libraries
/
dos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
277b
|
21 lines
#ifndef LIBRARIES_DOS_H
#define LIBRARIES_DOS_H 1
/*
** dos.h for ACE Basic
**
** Note: Translated to ACE by ConvertC2ACE
** @ MapMeadow Software, Nils Sjoholm
**
**
** Date: 09/01/95
**
**
*/
#ifndef DOS_DOS_H
#include <dos/dos.h>
#endif
#endif /* LIBRARIES_DOS_H */